From 28465b5808905ba361c5402c397fdce072a2bf93 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 6 Apr 2006 06:04:16 +0000 Subject: [PATCH] More symbol changes in prep for autoconf. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1827 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/coastexp.c | 2 +- gpsbabel/ignrando.c | 4 ++-- gpsbabel/jeeps/gpslibusb.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gpsbabel/coastexp.c b/gpsbabel/coastexp.c index f5e2fa707..a361e4381 100755 --- a/gpsbabel/coastexp.c +++ b/gpsbabel/coastexp.c @@ -18,7 +18,7 @@ */ #include "defs.h" -#if !NO_EXPAT +#if HAVE_LIBEXPAT #include "xmlgeneric.h" #include static XML_Parser psr; diff --git a/gpsbabel/ignrando.c b/gpsbabel/ignrando.c index 2c869f422..152e686c6 100644 --- a/gpsbabel/ignrando.c +++ b/gpsbabel/ignrando.c @@ -27,7 +27,7 @@ #include "defs.h" #include "xmlgeneric.h" -#if !NO_EXPAT +#if HAVE_LIBEXPAT #include #endif @@ -69,7 +69,7 @@ xg_tag_mapping ignr_xml_map[] = { NULL, 0, NULL } }; -#if NO_EXPAT +#if ! HAVE_LIBEXPAT static void ignr_rd_init(const char *fname) diff --git a/gpsbabel/jeeps/gpslibusb.c b/gpsbabel/jeeps/gpslibusb.c index 7c568a7a0..f3d94e63b 100644 --- a/gpsbabel/jeeps/gpslibusb.c +++ b/gpsbabel/jeeps/gpslibusb.c @@ -1,4 +1,4 @@ -#if !defined(NO_USB) +#if HAVE_LIBUSB /* Physical/OS USB layer to talk to libusb. @@ -255,4 +255,4 @@ void garmin_usb_scan(void) } } -#endif /* !defined(NO_USB) */ +#endif /* HAVE_LIBUSB */ -- 2.30.2